Skip to content

chore(deps-dev): bump eslint-config-next from 15.5.6 to 16.0.1#6

Merged
alokemajumder merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-16.0.1
Nov 9, 2025
Merged

chore(deps-dev): bump eslint-config-next from 15.5.6 to 16.0.1#6
alokemajumder merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-16.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps eslint-config-next from 15.5.6 to 16.0.1.

Release notes

Sourced from eslint-config-next's releases.

v16.0.1

Core Changes

  • fix(static-paths): add depth tracking to parallel route param resolution: #85319
  • Fix types of @​next/mdx: #82238
  • Ensure getServerInsertedHTML skips rendering correctly: #85394
  • Fix duplicate .next/types include on Windows: #85400
  • Exclude next-js condition from middleware, proxy, and instrumentation: #85321
  • remove unstable_forceStale prefetch option & restore prefetch={true} functionality: #85411
  • Upgrade React from 2bcbf254-20251020 to 6160773f-20251023: #85277
  • fix(next/image): swap dependencies: #85419
  • Handle Origin: null headers: #85402
  • Generalize Segment Cache fallback implementation: #84652
  • fix: ensure req.query is writable: #81573
  • fix: Proxy not picked up on Windows: #85443
  • [test] Ensure we can toggle the DevTools menu while status indicators are active: #85456
  • Fix crash when suspending in Components using useActionQueue: #85459

Misc Changes

  • docs: create-next-app react-compiler and new prompts: #85213
  • docs: cache components - introduction: #85196
  • docs: use cache feedback: #85169
  • docs: stabilize apis in docs: #85219
  • docs: revalidateTag immediate expiration in Route Handlers: #85223
  • Docs/use cache feedback 2: #85222
  • docs: added use cache: remote docs: #85145
  • docs: proxy runtime defaults to nodejs: #85204
  • chore: cache components feedback: #85241
  • docs: add a note that cache components is opt-in near the top: #85245
  • Docs/v16 feedback: #85259
  • Update command to install babel-plugin-react-compiler as a devDependency: #85235
  • docs: typegen next-env.d.ts feedback: #85273
  • docs: link to MCP guide from upgrade: #85308
  • docs: regexp removed from middleware config: #85343
  • docs: simplify MCP guide to focus on next-devtools-mcp: #85353
  • docs: fix proxy matcher overflow: #85337
  • docs: point out diff in serialization types for arguments and return values: #85338
  • [test] Update snapshots: #85407
  • docs: Fix typo in SEO section of loading.mdx: #85301
  • Fix typo in Fast Refresh documentation: #85352
  • Fix grammatical errors in updating data documentation: #85067
  • [test] Skip devlow benchmarks on PRs: #85408
  • [test] Unflake typed-env suite: #85410
  • Update rust toolchain to 2025-10-27: #85409
  • [test] Speed up prefetching suite: #85417
  • docs: remove inaccuracies from use cache: private: #85425
  • [test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: #85421
  • [test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: #85420
  • Turbopack: correctly trace files with npm: #85323

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
radar Ready Ready Preview Comment Nov 9, 2025 7:58am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.0.1 branch from 4cacc64 to 64b30a8 Compare November 9, 2025 07:55
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.6 to 16.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.0.1 branch from 64b30a8 to d7715cd Compare November 9, 2025 07:56
@alokemajumder alokemajumder merged commit d7715cd into main Nov 9, 2025
3 checks passed
alokemajumder pushed a commit that referenced this pull request Nov 9, 2025
…d CSS 4

Merged and resolved all open Dependabot PRs:
- PR #6: eslint-config-next 15.5.6 → 16.0.1
- PR #8: Next.js 15.5.6 → 16.0.1
- PR #10: Tailwind CSS 3.4.18 → 4.1.17

Breaking Changes Fixed:

1. Tailwind CSS 4.x Migration:
   - Added @tailwindcss/postcss package (new requirement for v4)
   - Updated postcss.config.mjs to use @tailwindcss/postcss plugin
   - Tailwind CSS 4 no longer uses the main package as PostCSS plugin

2. Next.js 16 API Changes:
   - Updated revalidateTag() to use new 2-argument signature
   - Now requires path as second parameter: revalidateTag('tag', '/')
   - TypeScript config auto-updated by Next.js 16

Additional Updates:
- lucide-react 0.454.0 → 0.553.0
- tailwind-merge 2.6.0 → 3.3.1
- zod 3.25.76 → 4.1.12
- @types/node 22.19.0 → 24.10.0
- @types/react-dom 18.3.7 → 19.0.1

Build Status: ✅ All tests passing
TypeScript: ✅ No errors
Turbopack: ✅ Compiling successfully
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-next-16.0.1 branch November 9, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant